Package com.cisco.pt.ipc.sim
Interface CacheFlowDatabase
- All Superinterfaces:
IPCObject
- All Known Implementing Classes:
CacheFlowDatabaseImpl
Information provided by the PKI file:
\class CacheFlowDatabase
\brief CacheFlowDatabase handles and manipulates the NetFlow cache database.
\example network().getDevice("Router0").getNetflowMonitorManager().getMonitorAt(0).getCacheDatabase()
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionintInformation provided by the PKI file:Information provided by the PKI file:Information provided by the PKI file:intInformation provided by the PKI file:voidInformation provided by the PKI file:voidreset()Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Method Details
-
reset
void reset()Information provided by the PKI file:
\brief Resets the cache flow database. -
incrementFlow
void incrementFlow()Information provided by the PKI file:
\brief Increments the number of flows. -
getTotalFlowCount
int getTotalFlowCount()Information provided by the PKI file:
\brief Returns the total number of flows. \return int, the total number of flows.- Returns:
- int Returns a int
-
getAgerPolls
int getAgerPolls()Information provided by the PKI file:
\brief Returns the number of ager polls. \return int, the number of ager polls.- Returns:
- int Returns a int
-
getDistributionTable
String getDistributionTable()Information provided by the PKI file:
\brief Returns the distribution table output. \return string, the distribution table output.- Returns:
- String Returns a String
-
getFlowSummaryTable
String getFlowSummaryTable()Information provided by the PKI file:
\brief Returns the flow summary table output. \return string, the flow summary table output.- Returns:
- String Returns a String
-